Click or drag to resize

PersonaPostalAddress Class

Specifies a postal address.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangePersonaPostalAddress

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class PersonaPostalAddress

The PersonaPostalAddress type exposes the following members.

Constructors
  NameDescription
Public methodPersonaPostalAddress
Initializes a new instance of the PersonaPostalAddress class.
Top
Properties
  NameDescription
Public propertyAccuracy
Represents the accuracy of the latitude and longitude of the associated postal address.
Public propertyAltitude
Represents the altitude of the associated postal address.
Public propertyAltitudeAccuracy
Represents the accuracy of the altitude of the associated postal address.
Public propertyCity
Represents the city portion of a postal address
Public propertyCountry
Represents the country portion of a postal address
Public propertyFormattedAddress
Specifies the formatted display value of the associated postal address.
Public propertyLatitude
Represents the latitude of the location of the associated postal address.
Public propertyLocationSource
Contains information about the origin of the associated postal address; for example, a contact or a telephone book.
Public propertyLocationUri
Specifies a URI, for example for an Internet address, of the associated postal address.
Public propertyLongitude
Represents the longitude of the location of the associated postal address.
Public propertyPostalCode
Represents the postal code portion of a postal address
Public propertyPostOfficeBox
Represents the post office box portion of a postal address
Public propertyState
Represents the state portion of a postal address
Public propertyStreet
Represents the street portion of a postal address
Public propertyType
Specifies the type of postal address; for example, Home or Business.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also